home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / libs / dignet_2_1.lha / dignet / includes / dignet.h next >
C/C++ Source or Header  |  1997-03-12  |  413b  |  24 lines

  1. #ifndef DIGNET_H
  2. #define DIGNET_H
  3.  
  4. /*
  5. **    dignet.library include
  6. **
  7. **    Copyright © 1997 by Kenneth "Kenny" Nilsen/Digital Surface
  8. **
  9. **    $VER: DIGNET_H 1.0 (12.3.97)
  10. **
  11. */
  12.  
  13.  
  14. /*
  15.  * Error codes
  16.  */
  17.  
  18. #define    DNETERROR_OK        0    /* everything is ok */
  19. #define    DNETERROR_OVERFLOW    -1    /* buffer overflow (your string buffer) */
  20. #define    DNETERROR_WRONGNET    -2    /* you tried to free wrong net structure */
  21.  
  22. #endif /* DIGNET_H */
  23.  
  24.